-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix linter issues with doc strings #485
Conversation
This pull request does not have a backport label. Could you fix it @michel-laterman? 🙏
NOTE: |
🌐 Coverage report
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one typo, otherwise LGTM 👍
@@ -82,6 +85,8 @@ func (d *EncryptedDiskStore) ensureKey() error { | |||
return nil | |||
} | |||
|
|||
// Save will write the encrypted storage to disk. | |||
// Specifically it will write to a .tmp file then rotate the file to the target name to ensure that an error does not get rid ov the previously written file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"does not get rid ov" -> "does not corrupt the previously written file"
were you able to repro/fix linting issue? |
What does this PR do?
Why is it important?
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Author's Checklist
How to test this PR locally
Related issues
Use cases
Screenshots
Logs